.tl_scroll_box { display: flex; justify-content: flex-start; align-items: center; margin: 0px auto 5px; background: url(https://u3.huatu.com/uploads/allimg/211217/660673-21121G04644117.png) no-repeat center top; background-size: 100% 100%; height: 50px; padding-left: 200px; padding-top: 5px; box-sizing: border-box;width:90%;max-width: 1400px;
min-width: 1180px; }
.tl_scroll_box .news_scroll { position: relative; width: calc(100% - 10px); height: 30px; line-height: 30px; overflow: hidden; white-space: nowrap; }
.tl_scroll_box .news_scroll ul { display: flex; justify-content: flex-start; }
.tl_scroll_box li { width: auto !important; margin: 0 20px; text-align: center; }
.tl_scroll_box a { line-height: 30px; box-sizing: border-box; font-size: 18px; color: #900000; }
.tl_scroll_box a::before { content: ''; width: 10px; height: 30px; font-size: 16px; font-weight: bold; position: absolute; left: 0; top: 0; color: #181818; }
.tl_scroll_box a.active,.tl_scroll_box a:hover { color: #F71E0E; }
@media only all and (max-width: 1200px) {
    .tl_scroll_box { display: none; }
}